home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 May / Macworld (1999-05).dmg / MkLinux-DR3 / Mac Files / lilo.conf < prev    next >
Text File  |  1999-03-22  |  1KB  |  29 lines

  1. # 'rootdev' defines the location of the root device.
  2. #    ie. where the "mach_servers" directory exists.
  3. #
  4. # "/dev/scd0" is the first SCSI CDROM device.
  5. # "/dev/scd1" would be the second SCSI CDROM device.
  6. #
  7. # If you have an ATAPI CDROM (ie. an IDE device), then
  8. # it is probably "/dev/hdc".
  9. #
  10. # After the "Red Hat installer" has finished, you'll need
  11. # to change "rootdev" to the root partition of your MkLinux
  12. # filesystem.  The installer will tell you what to put in
  13. # the rootdev line.  If it's a SCSI disk, then it will have the
  14. # form: "/dev/sdXN" where X is a letter and N is a number.
  15. # If you have an IDE disk, the it will have the form:
  16. # "/dev/hdXN", where X is a letter and N is a number.
  17. #
  18. # Here are some example rootdev lines:
  19. # rootdev=/dev/scd0     # mklinux is on first SCSI CD
  20. # rootdev=/dev/hdc       # master on second IDE bus (often CDROM)
  21. # rootdev=/dev/sda4     # 4th partition on first SCSI disk
  22. # rootdev=/dev/hda7     # 7th partition on first IDE disk
  23.  
  24. # And here's the actual rootdev line in this file:
  25. rootdev=/dev/scd0
  26.  
  27. # Always keep an empty line or two at the end of this file
  28.  
  29.